home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Collections: Panorama
/
Panorama - Disk 30B (1988-06-08)(Pacific North-West Amigas Club)[WB].zip
/
Panorama - Disk 30B (1988-06-08)(Pacific North-West Amigas Club)[WB].adf
/
DNet1.20
/
makeit.sh
< prev
next >
Wrap
Text File
|
1988-03-22
|
295b
|
20 lines
# shell script to make dnet
#
# Aztec C compilation (I *AM* interested in making it compilable under
# lattice C also, please send comments on what I have to change).
# The DNET driver itself
cd dnet
make
# Client programs
cd /client
make
# Server programs
cd /server
make
cd /